home *** CD-ROM | disk | FTP | other *** search
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/errno.h,v
- retrieving revision 1.1
- diff -c -r1.1 errno.h
- *** 1.1 1991/02/07 22:54:38
- --- errno.h 1993/10/27 00:14:27
- ***************
- *** 1,3 ****
- ! #ifndef _ERRNO_H
- #include <errno.h>
- #endif
- --- 1,4 ----
- ! #ifndef _SYS_ERRNO_H
- ! #define _SYS_ERRNO_H
- #include <errno.h>
- #endif
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/ioctl.h,v
- retrieving revision 1.2
- diff -c -r1.2 ioctl.h
- *** 1.2 1991/02/07 22:54:38
- --- ioctl.h 1993/10/27 00:14:29
- ***************
- *** 1,3 ****
- ! #ifndef _IOCTL_H
- # include <ioctl.h>
- ! #endif /* _IOCTL_H */
- --- 1,4 ----
- ! #ifndef _SYS_IOCTL_H
- ! #define _SYS_IOCTL_H
- # include <ioctl.h>
- ! #endif /* _SYS_IOCTL_H */
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/resource.h,v
- retrieving revision 1.1
- diff -c -r1.1 resource.h
- *** 1.1 1991/02/07 22:54:38
- --- resource.h 1993/10/27 00:14:30
- ***************
- *** 1,3 ****
- ! #ifndef _RESOURCE_H
- #include <resource.h>
- #endif
- --- 1,4 ----
- ! #ifndef _SYS_RESOURCE_H
- ! #define _SYS_RESOURCE_H
- #include <resource.h>
- #endif
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/signal.h,v
- retrieving revision 1.1
- diff -c -r1.1 signal.h
- *** 1.1 1991/02/07 22:54:38
- --- signal.h 1993/10/27 00:14:31
- ***************
- *** 1,3 ****
- ! #ifndef _SIGNAL_H
- #include <signal.h>
- #endif
- --- 1,4 ----
- ! #ifndef _SYS_SIGNAL_H
- ! #define _SYS_SIGNAL_H
- #include <signal.h>
- #endif
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/statfs.h,v
- retrieving revision 1.1
- diff -c -r1.1 statfs.h
- *** 1.1 1992/06/03 15:24:34
- --- statfs.h 1993/10/27 00:14:33
- ***************
- *** 5,10 ****
- --- 5,14 ----
- #ifndef _SYS_STATFS_H
- #define _SYS_STATFS_H
-
- + #ifndef _COMPILER_H
- + #include <compiler.h>
- + #endif
- +
- #ifdef __cplusplus
- extern "C" {
- #endif
- ***************
- *** 29,34 ****
- --- 33,40 ----
- long f_spare[7]; /* spare for later */
- };
-
- + __EXTERN int statfs __PROTO((const char *path, struct statfs *buf));
- +
- #ifdef __cplusplus
- }
- #endif
- ===================================================================
- RCS file: /net/acae127/home/bammi/etc/src/master/atari/include/sys/wait.h,v
- retrieving revision 1.1
- diff -c -r1.1 wait.h
- *** 1.1 1991/02/07 22:54:38
- --- wait.h 1993/10/27 00:14:36
- ***************
- *** 1,3 ****
- ! #ifndef _WAIT_H
- #include <wait.h>
- #endif
- --- 1,4 ----
- ! #ifndef _SYS_WAIT_H
- ! #define _SYS_WAIT_H
- #include <wait.h>
- #endif
-